home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / clib / disk_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-28  |  677 b   |  33 lines

  1. #ifndef  CLIB_DISK_PROTOS_H
  2. #define  CLIB_DISK_PROTOS_H
  3.  
  4. /*
  5. **    $VER: disk_protos.h 40.1 (17.5.1996)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    Copyright © 1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif /* __cplusplus */
  16.  
  17. #ifndef  RESOURCES_DISK_H
  18. #include <resources/disk.h>
  19. #endif
  20. BOOL AllocUnit( LONG unitNum );
  21. VOID FreeUnit( LONG unitNum );
  22. struct DiskResourceUnit *GetUnit( struct DiskResourceUnit *unitPointer );
  23. VOID GiveUnit( VOID );
  24. LONG GetUnitID( LONG unitNum );
  25. /*------ new for V37 ------*/
  26. LONG ReadUnitID( LONG unitNum );
  27.  
  28. #ifdef __cplusplus
  29. }
  30. #endif /* __cplusplus */
  31.  
  32. #endif   /* CLIB_DISK_PROTOS_H */
  33.